I'd like to programatically call wireshark to capture 100 packets, parse source mac address of each packet and close. How can I do this? This is what I have so far, but it's not working: wireshark -c 100 -k -Q -w - This is supposed to stop capturi